/* Begin classes for common SPIN elements */
/* FONTS */
/*@font-face{
	font-family:"AkkoPro-Bold";
	src:url("../fonts/AkkoPro-Bold.eot"),
		url("../fonts/AkkoPro-Bold.woff") format("woff");
}
@font-face{
	font-family:"AkkoPro-Regular";
	src:url("../fonts/AkkoPro-Regular.eot"),
		url("../fonts/AkkoPro-Regular.woff") format("woff");
}*/

@font-face {
  font-family: 'Madera-Bold';
  src: url('../fonts/Madera-Bold.ttf')  format('truetype');
}

@font-face {
  font-family: 'Madera-ExtraBold';
  src: url('../fonts/Madera-ExtraBold.ttf')  format('truetype');
}

@font-face {
  font-family: 'Madera-Hairline';
  src: url('../fonts/Madera-Hairline.ttf')  format('truetype');
}

@font-face {
  font-family: 'Madera-HairlineItalic';
  src: url('../fonts/Madera-HairlineItalic.ttf')  format('truetype');
}

@font-face {
  font-family: 'Madera-Italic';
  src: url('../fonts/Madera-Italic.ttf')  format('truetype');
}

@font-face {
  font-family: 'Madera-LightItalic';
  src: url('../fonts/Madera-LightItalic.ttf')  format('truetype');
}

@font-face {
  font-family: 'Madera-Light';
  src: url('../fonts/Madera-Light.ttf')  format('truetype');
}

@font-face {
  font-family: 'Madera-Medium';
  src: url('../fonts/Madera-Medium.ttf')  format('truetype');
}

@font-face {
  font-family: 'Madera-MediumItalic';
  src: url('../fonts/Madera-MediumItalic.ttf')  format('truetype');
}

@font-face {
  font-family: 'Madera-Regular';
  src: url('../fonts/Madera-Regular.ttf')  format('truetype');
}

@font-face {
  font-family: 'Madera-Thin';
  src: url('../fonts/Madera-Thin.ttf')  format('truetype');
}

@font-face {
  font-family: 'Madera-ThinItalic';
  src: url('../fonts/Madera-ThinItalic.ttf')  format('truetype');
}

@font-face {
    font-family: 'Madera-UltraLight';
    src: url('../fonts/Madera-UltraLight.ttf')  format('truetype');
}

@font-face {
    font-family: 'Madera-UltraLightItalic';
    src: url('../fonts/Madera-UltraLightItalic.ttf')  format('truetype');
}
/* END FONTS */
*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; margin-bottom: inherit;}
html {
	position: relative;
	min-height: 100%;
}
body {
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Madera-Regular', sans-serif;
/*	margin-bottom: 100px;*/
}

body * {
	/* font-size: 1rem !important; */
	font-size: 1.063rem !important;
}

html {
	padding-bottom: 136px;
	position: relative;
}

p {
	font-size: .875em;
	color: #000;
	color: #5F6464;
	line-height: 24px;
}

a {
	transition: all 0.5s ease;
}
a:hover {
	text-decoration: underline;
}

.wd_left-sidebar, .wd_content, .wd_right-sidebar {
	margin: 20px 0;
	padding: 0;
}

.wd_printable_content {
	margin-bottom: 40px;
}
a.footer_links{
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	color: #fff;
	line-height: 2.2;
}
.mod_footer {
	margin-top: 2%;
	padding: 15px 0 0;
}
.footer__link p {
	color: #fff;
}
.footer {
	position: absolute;
	bottom: -30px;
	width: 100%;
	line-height: 2.2;
	background: #000;
	color: #fff;
	margin: 10px 0;
	padding: 20px 0;
}
p.footer_links {
	font-family: Madera-Bold;
}
/* Bootstrap Overrides */
main {
	background: #fff;
}
.wd_pageid_45 main {
	background: transparent;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
/* hero.row {
	margin-left: 0;
	margin-right: 0;
} */
.navbar-brand {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 200%;
}
.navbar-brand img {
	max-width: 120px;
	margin: 20px 0;
	position: relative;
}
nav {
	background: rgba(0,0,0,0);
	color: #fff;
}
nav a,
nav a:hover {
	color: #fff;
	/* text-transform: uppercase; */
	font-size: 16px;
}
.navbar {
	padding: 0;
}
.navbar-toggler {
	border-radius: 0;
	display: none;
}
.navbar.navbar-expand-md .container {
	max-width: 100%;
}
ul.navbar-nav.mr-auto {
/*	margin: 0 auto !important;*/
	flex-wrap: wrap;
	justify-content: space-between;
  width: 100%;
}
ul.navbar-nav.mr-auto li.nav-item {
	font-size: 18px;
	font-family: Madera-Regular;
	font-weight: 600;    
	display: inline-block;
	margin: 0 0 0 .75rem;
	white-space: nowrap;
}
ul.navbar-nav.mr-auto li.nav-item:first-child {
	padding-left: 0;
}
ul.navbar-nav.mr-auto li.nav-item a {
	padding: 0.5rem 0;
	/* text-shadow: 0 0 1px black; */
	letter-spacing: 1px;
	line-height: 25.6px;
	font-size: 100% !important;
	font-weight: 400;
}
li.nav-item a {
	color: #fff;
}
li.nav-item a:hover {
	background-color: rgba(255,255,255,.45);
	color: #fff;
	background-color: transparent;
	color: #1672fa;
}
.dropdown-menu {
	background-color: rgba(255,255,255,.45);
	border: 1px solid transparent;
	border-radius: 0;
	background-color: rgba(0,0,0,.45);
}
.justify-content-center {
	display: block !important;
}
a.navbar-brand.d-flex.w-25 {
	margin: 0 auto;
	width: 100% !important;
	text-align: center;
	padding-top: 25px;
	display: block !important;

	display: inline-block !important;
	width: initial !important;
	margin-bottom: 36px;
}
a.dropdown-item {
	color: #fff;
}
.w-100 {
	width: auto !important;
	margin: 0 auto;
}
/* END Bootstrap Overrides */

/* Slideshow Overrides */
#single_slider_responsive {
	width: 100%;
}
div#single_slider_responsive .carousel {
	visibility: hidden;
	background: none;
	border: none;
	overflow: hidden;
}
.single_slider_carousel_inner > .item > a img {
	width: 100%;
}
.carousel-container {
	width: 100% !important;
}
.carousel-control {
	display: none;
}
.carousel-indicators {
	bottom: 35px;
	right: 10%;
	top: 86%;
}
.carousel-indicators li {
	width: 25px;
	height: 25px;
	background: #ccc !important;
	border-radius: 15px;
	border: none !important;
}
.carousel-indicators li.active {
	background: #fff !important;
}
.single_slider_carousel .single_slider_carousel_control {
	display: none;
}
div#single_slider_responsive .single_slider_carousel_container {
	padding: 0;
}
div.single_slider_carousel_bottom {
	margin: -100px auto 0 auto;
}
div#single_slider_responsive .single_slider_carousel_caption {
	background: #ee7f25;
	background: rgba(238,127,37,.85);
}
/* END Slideshow Overrides */

/* Header styles */
.page_header,
.category_header {
	font-size: 2.0rem;
}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
.wd_pageheader {
	padding: 20px;
}
.wd_home_hero {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 480px;
	text-align: center;
	height: 500px;
}
.wd_header_content {
	color: #fff;
	padding: 150px 15px 50px;
}
.wd_navbutton {
	float: right;
	margin: 20px 0;
}
.wd_tagline {
	background: rgba(0,0,0,0.75);
	color: #fff;
	padding: 20px;
	width: 100%;
}
/* END Header styles */

/* language toggle button */
.language-toggle-container {
    display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	/* remove self from page flow bc now on top right of page */
	position: absolute;
	right: 0;
	top: 0;
	top: 9px;
}
.language-toggle-container .current-language {
	padding: 7px 10px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0;
	z-index: 5;
	background: #1672fa;
    color: white;
    width: 105px;
    border-radius: 0 0 0px 0px;
	border-radius: 16px; 
	transition: border-radius .5s ease;
}
.language-toggle-container.language-list-show .current-language {
	border-radius: 16px 16px 0 0; 
}
.language-toggle-container .current-language span {
	background: url('../images/arrow_down_white.png') no-repeat;
	height: 12px;
    width: 12px;
	transform: scaleY(.75);
    background-size: contain;
    display: inline-block;
    margin-top: 2px;
}
.language-toggle-container .current-language span.arrow-flip {
	margin: 0;
	margin-bottom: -5px;
    transform: rotate(180deg) scaleY(.75);
}
.language-toggle-container .wd_button_dropdown {
	display: block;
    margin: 0;
	padding: 0;
    list-style: none;
	position: absolute;
    top: 34px;
	max-height: 0;
	transition: max-height .5s ease;
	overflow: hidden;
	width: 105px;
    background: rgb(141, 141, 141);
    border-radius: 0 0 15px 15px;
	z-index: 1;
	border-radius: 16px;
	transition: max-height .5s ease, border-radius .5s ease;
}
.language-toggle-container.language-list-show .wd_button_dropdown {
	max-height: 100px;
	border-radius: 0 0 16px 16px;
}
.language-toggle-container .wd_button_dropdown li {
	padding: 8px 0;
}
.language-toggle-container .wd_button_dropdown li:hover {
	background-color: black;
}
.language-toggle-container .wd_button_dropdown a {
	color: white;
	padding: 0 10px;
	display: block;
	transition: unset;
}
.language-toggle-container .wd_button_dropdown a:hover {
	text-decoration: none;
	font-weight: 600;
}
/* END language toggle button */

/* Header Wrapper */
.wd_navbar-wrapper {
	position: relative;
	display: flex;
}
.wd_navbar-wrapper:before {
	content: '';
	background: black;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.wd_navbar-wrapper:after {
	position: relative;
	content: '';
	width: 105px;
	height: 100%;
}
.wd_navbar-wrapper .container {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
a.navbar-brand.d-flex.w-25.navbar-logo {
	margin: 0; 
	padding-top: 0;
	margin-right: 10px;
}
.wd_navbar-wrapper nav {
	display: flex !important;
	align-items: center;
	width: 100%;
	margin-right: 30px;
}
.navbar-nav {
	width: 100%;
}
.navbar .navbar-nav > li > a,
.navbar .navbar-nav .dropdown-item {
	/* color: #1672fa; */
}
.navbar .navbar-nav .dropdown-item {
	padding-left: 10px !important;
	font-size: 13px !important;
	/* white-space: break-spaces; */
	padding-right: 10px !important;
}
.navbar-nav .dropdown-menu {
	/*	min-width: auto !important;*/
	/* width: 100%; */
	width: fit-content;
}
/* End Header Wrapper */

/* body {
	color: #000;
} */
.item, .wd_item {
	margin: 15px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title {
	font-size: 2.15em;
	font-weight: normal;
}
.wd_pageid_66 .item .item_name,
.wd_pageid_129 .item .item_name,
.wd_pageid_174 .item .item_name,
.wd_events .wd_title,
.wd_events-teaser .item_name,
.wd_newsfeed_releases-teaser .wd_title {
	font-size: 1.2rem;
	font-weight: normal;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 1rem;
	font-weight: normal;
	color: inherit;
	text-transform: none;
	color: #333;
}
.wd_newsfeed_releases .wd_search_basic_fields label {
	display: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}
table.wd_imagetable {}
td.imagecaption {}
/* Begin classes for individual PCTs */
span.wd_subscribe_icon {
	background: url('../images/webdriver/email_alerts.png') no-repeat;
	background-position: 0 3px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 5px;
}
span.wd_subscribe_icon img {
	display: none;
}
/* Standard */
div.wd_standard {}
/* END Standard */
/* Events */
div.wd_events {}
.wd_event_sidebar .wd_event_date,
.wd_event_sidebar .wd_event_time,
.wd_event_sidebar .wd_event_subscribe,
.wd_event_sidebar .wd_event_reminder,
.wd_event_sidebar .wd_event_webcast {
	background-position: left;
}
.wd_events-teaser .item_date {
    color: #fff;
}
.wd_events_inputs select {
	width: 120px;
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 0; 
	margin: 5px;
}

.wd_events_input_go {
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 0 10px;	
	margin: 5px;
	color: #999999;
}
ul.wd_events_tabs {
	margin: 5px;
}

/* END Events */
/* Gallery */
div.wd_gallery {}
/* hi-res link for gallery */
ul.hi_res-links {}
ul.hi_res-links li {}
ul.hi_res-links li a, ul.hi_res-links li a:hover, ul.hi_res-links li a:link, ul.hi_res-links li a:visited {
	color: #FFF;
}
ul.hi_res-links li a {
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}
ul.hi_res-links li a span {
	display: block;
	text-align: center;
	margin: 0;
	padding: 2px 10px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	background: #666 url(../images/webdriver/gradient_bg.gif) repeat-x top;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 1px 1px 5px #888;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* END hi-res link for gallery */
/* END Gallery */
/* Newsfeed Releases */
div.wd_newsfeed_releases {}
/* override font size set in feed releases */
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}
/* reset UL behavior to default in NFR body */
.wd_newsfeed_releases-detail .wd_news_body ul,
.wd_newsfeed_releases-detail .wd_news_body ul ul {
	margin: 1em 0 1em 0;
	padding-left: 40px;
}
.wd_newsfeed_releases-detail .wd_news_body li,
.wd_newsfeed_releases-detail .wd_news_body li li {
	list-style-type: disc;
	list-style: disc;
}
.wd_newsfeed_releases-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}
.wd_page_links li a,
.wd_page_links li span {
	color: #0056b3;
}
.wd_newsfeed_releases .wd_date {
	color: #000;
}
/* END Newsfeed Releases */

/* SEC Filings */
div.wd_ir_secfilings .wd_selector {
    margin: 0 0 5px 10px;
}
div.wd_ir_secfilings .wd_selector .wd_label {
    margin-right: 5px;
}
div.wd_ir_secfilings .wd_selector .wd_linkmenu-header .wd_linkmenu-icon {
	margin: 0px 4px 3px 0;
}
div.wd_ir_secfilings .wd_selector .wd_linkmenu-header:hover .wd_linkmenu-icon {
	color: black;
	background: lightgray;
	border-left: 1px solid transparent;
}
div.wd_ir_secfilings .wd_selector:first-child .wd_linkmenu-label {
	width: 165px !important;
}

/* Stories */
div.wd_stories {}
/* END Stories */
/* Formbuilder */
.wd_formbuilder input[type="checkbox"],
.wd_formbuilder input[type="radio"] {
	margin-right: 5px;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
.wd_search_basic_fields select,
.wd_search_basic_fields input,
.wd_search_basic_fields button {
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 0 10px;
	margin: 5px;
}
.wd_search_basic_fields select,
.wd_page_limit .wd_linkmenu-header {
	text-align: center;
}
#item_basic_search_43_year {
	width: 120px;
	padding: 0;
}
.wd_search_basic_fields button,
.wd_formbuilder_submit {
	cursor: pointer;
}
.wd_search_basic_fields .wd_search_button.wd_highlight,
.wd_formbuilder_submit {
	background: rgba(0,123,255,1);
	border: 1px solid rgba(0,123,255,1);
	color: #fff;
}
.wd_formbuilder_submit {
	padding: 10px 20px;
}


.wd_search_form_advanced .wd_form_field_pos_right{
	clear: both;
}

.wd_form_buttons input[type="submit"]{
	padding: .2rem .5rem;
}

::-ms-expand {
	background: transparent;
}
p.footer_links {
	font-family: inherit;
}
p.footer_links a {
    color: #fff;
}
.wd_category_checkboxes .wd_subtype label {
	font-weight: 500;
}
.wd_category_items .item .item_content {
	display: inline-block;
	width: 89%;
	vertical-align: top;
	padding-left: 10px;
}
.wd_category_items .item table.wd_imagetable {
	display: inline-block !important;
	margin-top: 0 !important;
}
.wd_sec_filings tfoot {
    display: none;
	display: table-footer-group;
}
/*.wd_category_items .item table.wd_imagetable img {
	width: 100%;
}*/
.wd_pageid_66 .wd_category_items .item table.wd_imagetable,
.wd_pageid_118 .wd_category_items .item table.wd_imagetable,
.wd_pageid_174 .wd_category_items .item table.wd_imagetable {
	display: block;
	width: auto;
}

.wd_pageid_66 .wd_category_items .item,
.wd_pageid_118 .wd_category_items .item, 
.wd_pageid_174 .wd_category_items .item {
	overflow: auto;
}

.wd_pageid_66 .item,
.wd_pageid_118 .item, 
.wd_pageid_129 .item,
.wd_pageid_174 .item {
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
	position: relative;
	margin: 0;
}
.wd_pageid_66 .item:last-child,
.wd_pageid_118 .item:last-child, 
.wd_pageid_129 .item:last-child,
.wd_pageid_174 .item:last-child  {
	border-bottom: none;
}

.wd_pageid_66 .item_name::after,
.wd_pageid_118 .item_name::after, 
.wd_pageid_129 .item_name::after,
.wd_pageid_174 .item_name::after {
	content: "\f055";
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 28px;
	position: absolute;
	right: 0;
}
.wd_pageid_174 .item_name::after {
	right: 15px;
}
.wd_pageid_66 .item_name.active::after,
.wd_pageid_118 .item_name.active::after, 
.wd_pageid_129 .item_name.active::after,
.wd_pageid_174 .item_name.active::after {
	content: "\f056";
}

.wd_pageid_118 p {
	margin-left: 140px;
}

.wd_pageid_66 .item .item_name,
.wd_pageid_118.item .item_name,
.wd_pageid_129 .item .item_name,
.wd_pageid_174 .item .item_name {
	padding: 15px 15px 12px;
}
.wd_pageid_66 .item .item_name,
.wd_pageid_174 .item .item_name {
	padding-left: 0;
}

.wd_pageid_66 .item p,
.wd_pageid_118.item p,
.wd_pageid_129 .item p,
.wd_pageid_174 .item p {
	margin: 15px 0 15px;
}
.wd_pageid_174 .item p {
	padding: 0 20px;
}

.wd_pageid_66 .item:hover,
.wd_pageid_174 .item:hover {
	color: white;
}

.wd_pageid_66 .item .item_name.active,
.wd_pageid_66 .item:hover .item_name,
.wd_pageid_174 .item .item_name.active,
.wd_pageid_174 .item:hover .item_name {
	background: black;
	
}

.wd_pageid_66  .wd_category_items,
.wd_pageid_174 .wd_category_items {
	margin-bottom: 60px;
}

/* popup */
.wd_pageid_174 .item_name + .item_popup_overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
.wd_pageid_174 .item_name.active + .item_popup_overlay {
	display: flex;
	align-items: center;
	justify-content: center;
}
.wd_pageid_174 .item .item_popup_container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 80%;
	max-height: 500px;
	background: white;
}
.wd_pageid_174 .item .item_popup_content {
	margin: 5px 20px 15px;
	overflow: scroll;
	margin-bottom: 25px;
}
.wd_pageid_174 .item .close_popup {
	font-size: 12px !important;
	color: black;
	border: 1px solid black;
	border-radius: 100%;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.wd_pageid_186 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.wd_pageid_186 .wd_category_items .item {
	flex: 1 0 calc(32% - 20px);
	max-width: calc(32% - 20px);
	margin: 0;
	padding: 0;
}
.wd_pageid_186 .wd_category_items .item .wd_imagetable,
.wd_pageid_186 .wd_category_items .item .wd_imagetable img {
	max-width: 100%;
	margin: 0!important;
}
.wd_pageid_186 .wd_category_items .item .item_name {
	text-align: center;
	margin: 0 0 20px 0;
}
.wd_pageid_186 .wd_pageheader h1,
.wd_pageid_186 .wd_category_items .item_name {
	color: #7C8082;
}
/* END Formbuilder */
/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {}
div.wd_featurebox_title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5rem;
	color: #fff;
}

div.wd_featureboxes_top {}
div.wd_featureboxes_top div.wd_featurebox {}
div.wd_featureboxes_top div.wd_featurebox_container {}
div.wd_featureboxes_top div.wd_featurebox_title {}

div.wd_featureboxes_left {}
div.wd_featureboxes_left div.wd_featurebox {}
div.wd_featureboxes_left div.wd_featurebox_container {}
div.wd_featureboxes_left div.wd_featurebox_title {}

div.wd_featureboxes_right {}
div.wd_featureboxes_right div.wd_featurebox {}
div.wd_featureboxes_right div.wd_featurebox_container {}
div.wd_featureboxes_right div.wd_featurebox_title {}

div.wd_featureboxes_middle {}
div.wd_featureboxes_middle div.wd_featurebox {}
div.wd_featureboxes_middle div.wd_featurebox_container {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	height: 325px;
	margin: 20px 2% 0 0;
	padding: 20px;
	background-size: cover;
}
div.wd_featureboxes_middle span.wd_exchange {
	color: white;
}
div.wd_featureboxes_middle div.wd_featurebox_container:nth-child(1) { background-image: url("../images/block01.jpg"); background-color: #1D75AC; }
div.wd_featureboxes_middle div.wd_featurebox_container:nth-child(2) { background-image: url("../images/block02.jpg"); background-color: #174E89; margin-right:0}
div.wd_featureboxes_middle div.wd_featurebox_container:nth-child(3) { background-image: url("../images/block03.jpg"); background-color: #0AA3BA; }
div.wd_featureboxes_middle div.wd_featurebox_container:nth-child(4) { background-image: url("../images/block04.jpg"); background-color: #0A6F94; margin-right: 0}
div.wd_featureboxes_middle div.wd_featurebox_title {}
div.wd_featureboxes_middle div.wd_featurebox a {
	color: #fff;
}

.wd_image_logos {
  display: flex;
  justify-content: space-between;
}

.wd_image_logos img {
  flex: 1 1 21%;
  max-width: 21%;
}

div.wd_featureboxes_bottom {}
div.wd_featureboxes_bottom div.wd_featurebox {}
div.wd_featureboxes_bottom div.wd_featurebox_container {}
div.wd_featureboxes_bottom div.wd_featurebox_title {}

div.wd_newsfeed_releases-teaser .subscribe_link,
div.wd_newsfeed_releases-teaser .wd_thumbnail,
div.wd_newsfeed_releases-teaser .wd_summary {
	display: none;
}

div.wd_newsfeed_releases-teaser{
	    margin-top: 18px;
}
div.wd_newsfeed_releases-teaser .item {
	padding: 0;
	margin: 0 0 10px;
}
div.wd_newsfeed_releases-teaser .item:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

div#wd_featurebox-teaser_2 div.wd_date {
	color: #fff;
}

div#wd_featurebox-teaser_2 li.wd_asset_icon_link .wd_icon{
	color:  #fff;
}

div#wd_featurebox-financial_2 .wd_ticker_label {
	color: #fff;
}
div#wd_featurebox-financial_2 .wd_ticker_selector .wd_linkmenu-label {
	color: #fff;
}
div#wd_featurebox-financial_2 .wd_ticker_selector .wd_linkmenu-header {
	border-color: white;
}
div#wd_featurebox-financial_2 .wd_ticker_selector .wd_linkmenu-header .wd_linkmenu-icon {
	color: #fff;
}
div#wd_featurebox-financial_2 .wd_linkmenu-header:hover .wd_linkmenu-icon, 
div#wd_featurebox-financial_2 .wd_linkmenu-header:focus .wd_linkmenu-icon, 
div#wd_featurebox-financial_2 .wd_linkmenu-header.wd_linkmenu-active .wd_linkmenu-icon {
	color: white;
	background: rgba(255,255,255, .25);
}

.wd_ticker_selector .wd_linkmenu-label {
	width: 110px !important;
	vertical-align: text-top;
}
span[wd_linkmenu_header*="Ticker"] {
	width: 146px !important;
}
.wd_ticker_selector .wd_linkmenu-header {
	display: inline-flex;
	align-items: center;
	padding: 1px 5px 0;
}
.wd_ticker_selector .wd_linkmenu-header .wd_linkmenu-icon {
	padding-top: 0;
	padding-bottom: 0;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon, 
.wd_linkmenu-header:focus .wd_linkmenu-icon, 
.wd_linkmenu-header.wd_linkmenu-active .wd_linkmenu-icon {
	border-left: 1px solid transparent;
}

div#ir_featurebox_2-data.wd_quote-container div.wd_chart-quote div.wd_chart-quote-label  {
	color: #fff;
}

div#ir_featurebox_2-data div.wd_chart-quote-value {
	color: #fff;
}

div.wd_chart-quote-footer {
	color: #fff;
}
.wd_ir_historical .wd_historical_chart {
}

#wd_featurebox-teaser_5 .wd_contacts-teaser {
	color: #fff;
}

#wd_featurebox-teaser_5 .wd_contacts-teaser .item{
	line-height: initial;
}

#wd_featurebox-teaser_4 .wd_events-teaser {
	color: #fff;
	padding-top: 20px;
}
#wd_featurebox-teaser_4 p.more a b {
    text-decoration: underline;
}
/* END Featureboxes */

/* Client Overrides */

p.footer_links {
	font-size: 12px;
	text-align: center;
	margin: 0 auto 8px;
}

a.footer_links {
	color: #fff;
}

.wd_pageid_115 div.wd_board_committees th {
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.wd_pageid_115 .wd_header_row th {
	border-top: 1px solid transparent;
}
.wd_pageid_115 table tr {
	border-bottom: 1px solid #eee;
}
.wd_pageid_115 table td {
	padding: 10px 0px;
}
.wd_pageid_115 tr:first-child {
	background-color: #eee;
}


/* END Client Overrides */

/* FOOTER */
.mod_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: black;
}

/* YouTube Responsive Video Containers */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* END YouTube Responsive Video Containers */

div.wd_rssfeeds_item {
	margin-bottom: 10px;
}

.wd_subscribe_icon {
	background: url(../images/webdriver/email_alerts.png) 0px 3px no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
}
.wd_subscribe_icon img {
	display: none;
}
.wd_subscribe2 .wd_form_field {
	display: block;
	overflow: visible;
	clear: both;
}
.wd_subscribe2 .wd_form_field .wd_form_field_label, 
.wd_subscribe2 .wd_form_field .wd_form_field_input {
	display: inline-block !important;
	margin-left: 5px !important;
}
.wd_pageid_118 .item table {
	margin-top: 5px !important;
	margin-bottom: 4em !important;
}
.wd_pageid_129 .item_name strong:after {
	content: '\f0d7';
	font-family: fontawesome;
	padding-left: 10px;
}
.wd_pageid_129 .item_name.active strong:after {
	content: '\f0d8';
}



div.wd_quote-twocol div.wd_main-wrapper {
	width: 100%;
}

div.wd_quote-twocol div.wd_values-wrapper {
	width: 100%;
}

div.wd_quote-twocol div.wd_data-wrapper {
	float: none;
}

div.wd_quote-twocol div.wd_quote_footer {
	width: 100%;
	padding-left: 0; 
}

div.wd_quote-twocol div.wd_values-wrapper div.wd_data{
	border-left: none;
}

.wd_item_search_form_container .wd_search_advanced_link{
	display: none;
}

/* HOME Blocks extra changes */
.div.wd_chart-quote-item{
	margin: 0;
	margin-bottom: 25px;
}

#wd_featurebox-teaser_4 .wd_events-teaser .item{
	margin: 0 0 16px;
}

iframe a.PressRelease-NewsTitle {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Extra large devices (large desktops) */
@media (max-width: 1199px) {
	ul.navbar-nav.mr-auto li.nav-item {
		padding-left: .5rem;
	}
	ul.navbar-nav.mr-auto li.nav-item a {
		font-size: 14px !important;
	}
	div#collapsingNavbar3 ul.nav,div#collapsingNavbar3 ul.nav ul  {
	    width: 100% !important;
	    text-align: center !important;
	    max-width: none;
	    display: block;
	}
}
/* Large devices (desktops) */
@media (max-width: 992px) {
	ul.navbar-nav.mr-auto li.nav-item {
		padding-left: .2rem;
	}
	ul.navbar-nav.mr-auto li.nav-item a {
		font-size: 11px !important;
	}
	div.wd_featureboxes_middle div.wd_featurebox_container {
		width: 100%;
		margin-right: 0; 
	}
}
/* Medium devices (tablets) */
@media (max-width: 767px) {
	.wd_home_hero {
		text-align: left;
		background-position-x: 70%;
	}
	.navbar-toggler {
		background-color: transparent;
		display: inline-block;
	}
	.navbar-toggler-icon {
		background-image: url(../images/hamburger.png);
	}
	.navbar-nav .nav-item {
		border-right: 0;
	}
	.wd_navbar-wrapper {
		padding: 0;
	}
	.wd_navbar-wrapper .container {
		display: block;
	}
	.wd_navbar-wrapper[style] {
		min-height: auto !important;
	}
	.justify-content-center {
		display: inline-block !important;
		float: right;
		width: auto !important;
		margin: 50px 20px;
	}
	nav.justify-content-center {
		margin-top: 0;
	}
	a.navbar-brand.d-flex.w-25 {
		margin: 0 auto;
		width: auto !important;
		text-align: center;
		padding-top: 25px;
		display: inline-block !important;

		position: absolute;
	}
	button.navbar-toggler {
		float: right;
		margin: 50px 20px;
		height: 40px;

		margin-bottom: 10px;

		position: relative;

		margin-right: 12px;
	}
	ul.navbar-nav.mr-auto li.nav-item {
		display: list-item;
		text-align: right;
	}
	.wd_pageid_45 p.wd_image_logos {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.wd_pageid_45 p.wd_image_logos img {
		margin: 0;
		min-width: 200px;
        flex: 1 1 auto;
        max-width: 100%;
	}
	.wd_pageid_66 .item_name::after,
	.wd_pageid_118 .item_name::after, 
	.wd_pageid_129 .item_name::after {
		font-size: 20px;
		line-height: 22px;
	}
	
	.wd_pageid_118 .item_name, 
	.wd_pageid_129 .item_name {
		margin-right: 10px;
		padding-right: 10px;
	}

	.wd_pageid_66 p,
	.wd_pageid_118 p {
		margin-left: 0;
	}
	.wd_pageid_118 .item table {
		margin-bottom: 10px !important;
	}

	.wd_pageid_186 .wd_category_items .item {
		flex-basis: calc(45% - 20px);
		max-width: 45%;
	}

	/* SEC Filings */
	.wd_ir_secfilings .wd_selectors {
		display: flex;
		flex-direction: column;
	}
	.wd_ir_secfilings .wd_selector:first-child {
		margin-left: 5px;
	}
	.wd_ir_secfilings .wd_selector:first-child .wd_label {
		margin-right: 19px;
	}
	.wd_ir_secfilings .wd_selector:last-child .wd_label {
		margin-right: 10px;
	}
	div.wd_ir_secfilings table {
		border: none !important;
	}
	div.wd_ir_secfilings table.wd_sec_filings thead {
		display: none;
	}
	div.wd_ir_secfilings table.wd_sec_filings tbody tr {
		display: flex;
		flex-direction: column;
		padding: 20px 0;
	}
	div.wd_ir_secfilings table.wd_sec_filings tbody tr:not(:last-child) {
		/* this color matches is the default sec filings border color; change accordingly to site */
		border-bottom: 1px solid #ddd; 
	}
	div.wd_ir_secfilings table.wd_sec_filings td {
		border: none;
		padding: 0 10px;
	}
	div.wd_ir_secfilings table.wd_sec_filings tbody tr td.wd_filing_date {
		order: 3;
		padding-top: 5px;
	}
	div.wd_ir_secfilings table.wd_sec_filings tbody tr td.wd_filing_type {
		order: 1;
		text-align: left;
		padding-bottom: 0;
		/* color: rgb(102,102,102); */
		/* font-weight: 500; */
		color: black;
		font-weight: bold;
	}
	div.wd_ir_secfilings table.wd_sec_filings td.wd_filing_type:before {
		content: "Filing type: ";
		color: black;
		font-weight: 600;
	}
	div.wd_ir_secfilings table.wd_sec_filings td.wd_description {
		order: 2;
		display: block;
		padding-top: 0;
		max-width: unset;
		line-height: normal;
	}
	div.wd_ir_secfilings table.wd_sec_filings td.wd_document_format {
		order: 4;
		text-align: left;
		padding-top: 10px;
		/* padding-bottom: 5px; */
		color: black;
	}
	div.wd_ir_secfilings table.wd_sec_filings td.wd_document_format:before {
		content: "File format for download:";
		display: block;
		font-weight: 600;
		padding-bottom: 0;
	}
	div.wd_ir_secfilings table.wd_sec_filings td.wd_document_format img {
		max-width: 25px;
	}
	/* END SEC Filings */

	.wd_navbar-wrapper {
		display: block !important;
	}

}	

/* Small devices (landscape phones) */
@media (max-width: 575px) {
	.wd_search_basic_fields {
		max-width: 75%;
	}
	.wd_search_basic_fields select,
	.wd_search_basic_fields input,
	.wd_search_basic_fields button {
		max-width: 90%;
	}
	.wd_item_search_form_container {
		max-width: 100%;
		overflow: hidden;
	}
	.wd_newsfeed_releases .wd_item .wd_thumbnail {
		float: none;
		margin: 0;
	}
	.wd_newsfeed_releases .wd_item .wd_item_wrapper {
		margin: 0;
	}
	.wd_pageid_66 h1 {
	    font-size: 2rem;
	}
	.wd_pageid_66 h1.category_header {
	    font-size: 1.5rem;
	}
	.wd_pageid_66 .wd_standard .item p {
	    margin-left: 0 !important;
	}
	.wd_pageid_186 .wd_category_items .item {
		flex-basis: 100%;
		max-width: 100%;
	}

	.wd_pageheader{
		padding: 20px 0;
	}


	.wd_subscribe2 .wd_form_field .wd_form_field_label,
	.wd_subscribe2 .wd_form_field .wd_form_field_input{
		
		display: block !important;
		width: 100%;

	}

	.wd_subscribe2 .wd_form_field .wd_form_field_label{
		margin-bottom: 0;
		margin-top: 20px;
	}

	.wd_subscribe2 .wd_form_field .wd_form_field_input input[name*=captcha]{
		margin-bottom: 10px;
	}

	.wd_subscribe2 .wd_form_field .wd_form_field_label label{
		margin: 0;		
	}

	.wd_subscribe2 .wd_form_field .wd_form_field_input input{
		width: 100%;
	    border: 1px solid gainsboro;
	}

	.wd_pageid_174 .item .item_popup_content > p {
		margin-left: 0 !important;
	}

}
@media (min-width: 320px) and (max-width: 978px) {
	#single_slider_responsive .single_slider_carousel_caption {
		max-height: 999px;
	}
	
	.justify-content-center {
		display: block!important;
		clear: both;
	}
}

@media (min-width: 979px) and (max-width: 1200px) {
	.single_slider_carousel_caption {
		padding: 20px;
	}
}
@media (min-width: 770px) and (max-width: 1200px) {
	/* ul.navbar-nav.mr-auto li.nav-item {
    	font-size: 14px;  
	} */
}
